home *** CD-ROM | disk | FTP | other *** search
/ Professional Soft Collection 1.02 / Professional Soft Collection 1.02.iso / nc50 / packer.set < prev    next >
Text File  |  1995-05-04  |  5KB  |  175 lines

  1. #
  2. #    Compression configuration file for NC 5.0
  3. #
  4. #    Author     : Anthony O'Dowd
  5. #    Date    : Jan '93
  6. #
  7. ##############################################################################
  8. ##
  9. #
  10. # The format of this file is as follows :-
  11. #
  12. #    <1> To define the start of a compression utilities command
  13. #        lines use the : followed by a short descriptive piece of text.
  14. #        This text is displayed on the Compression Method Selection Dialog box.
  15. #
  16. #    <2> To define the characteristics of a compression utility
  17. #           use a two digit number followed by a :. The two digits are 
  18. #        significant as they define the type of command that the
  19. #        compression utility supports.
  20. #
  21. #    The meaning of these numbers is as follows :-
  22. #
  23. #    00:     File extension of compressed file type
  24. #    01:    Command to add a file to a compressed file.
  25. #       02:    Command to add a file to a compressed file 
  26. #        and also store the file's full pathname.
  27. #    03:    Command to extract a file from a compressed file.
  28. #       04:     Command to extract a file from a compressed file 
  29. #        and maintain it's full pathname.
  30. #    05:    Command to move a file to a compressed file.
  31. #       06:    Command to move a file to a compressed file and 
  32. #        also store the files full pathname.
  33. #    07:    Command to delete a file from a compressed file.
  34. #    08:    Command to select the best compression method supported 
  35. #        by the compression utility.
  36. #    09:    Command to create the smallest compressed file.
  37. #    10:    Command to create a compressed file in the fastest possible time.
  38. #    11:    Trait Integer. This is a sixteen bit integer that defines
  39. #        some additional characteristics about the compression
  40. #        utility. The two most important bits in this number are :-
  41. #            bit 15...Set to one if the compression utility
  42. #                 supports the concept of response file. 
  43. #            bit 14...Set to one if you want to have an interactive
  44. #                 session with the compression utility. In this
  45. #                 mode Commander allows the compression utility 
  46. #                 display its progress on the screen on top 
  47. #                 of the Commander file panels. This can be
  48. #                 useful in debugging the switches on
  49. #                 the compression utilities.
  50. #    12:    If the Trait Integer bit 15 is set to 1 this is the definition
  51. #        of the character that must precede the response filename.
  52. #    13:     This defines the mapping of the compression error codes to the
  53. #        codes that Commander understands. This is for error checking and
  54. #        reporting.
  55. #       14:     If present and equal to 1, the contents of a compressed file
  56. #               can be viewed using F3. It must be possible to decompress a
  57. #               single file within the compressed file to a specified
  58. #               destination.
  59. #
  60. #        The error codes handled by Norton Commander are :-
  61. #
  62. #        0.....No error
  63. #        7.....Illegal Compression utility used that Commander can understand
  64. #        8.....Compression utility not defined in Packer.set
  65. #        9.....Not enough memory to run compression utility
  66. #           10.....Cannot find the compression utility. ( It must be on the path for Commander 
  67. to find it.)
  68. #           11.....Cannot locate Command.com to load compression utility
  69. #           12.....Cannot find the compression utility. ( It must be on the path for Commander 
  70. #              to find it.)
  71. #           13.....Cannot find the PACKER.SET file 
  72. #           14.....Cannot open the response file
  73. #           15.....Not enough parameters specified on command line.
  74. #
  75. ##############################################################################
  76. ##
  77. #
  78. :PKZIP 1.x/2.x
  79. 00:ZIP
  80. 01:pkzip -u -wHS
  81. 02:pkzip -u -P -wHS
  82. 03:pkunzip -o
  83. 04:pkunzip -o -d
  84. 05:pkzip -mu -wHS
  85. 06:pkzip -mu -P -wHS
  86. 07:pkzip -d
  87. 08:-es
  88. 09:-ex
  89. 10:-ex
  90. 11:01
  91. 12:@
  92. 14:1
  93. #
  94. # This defines the mapping of error codes for pkzip to
  95. # the standard error codes that Commander understands.
  96. #
  97. 13:14,3;1,1;16,4;13,2;11,6
  98. :ARJ
  99. 00:ARJ
  100. 01:arj u -y 
  101. 02:arj u -y 
  102. 03:arj e -y -e 
  103. 04:arj x -y 
  104. 05:arj m -y -d -e 
  105. 06:arj m -y -d 
  106. 07:arj d -y
  107. 08:-m4 
  108. 09:-m1 
  109. 10:-m1
  110. 11:01
  111. 12:!
  112. 13:6,1;1,2;5,3;7,4;96,1
  113. 14:1
  114. :ARC
  115. 00:ARC
  116. 01:arc a
  117. 02:arc a
  118. 03:arc eow
  119. 04:arc xow
  120. 05:arc muw
  121. 06:arc muwz
  122. 07:arc dw
  123. 08:
  124. 09:
  125. 10:
  126. 11:00
  127. 12:@
  128. 13:255,5
  129. :PAK
  130. 00:PAK
  131. 01:pak u
  132. 02:pak u 
  133. 03:pak e -wa
  134. 04:pak e -i -wa
  135. 05:pak m -wa
  136. 06:pak m -wa -i
  137. 07:pak d -wa
  138. 08:/C 
  139. 09:/CR
  140. 10:/S
  141. 11:01
  142. 12:@
  143. 13:1;6
  144. :ZOO
  145. 00:ZOO
  146. 01:zoo -add
  147. 02:zoo -add 
  148. 03:zoo -extract 
  149. 04:zoo -extract
  150. 05:zoo -move
  151. 06:zoo -move
  152. 07:zoo -delete
  153. 08: 
  154. 09:
  155. 10:
  156. 11:00
  157. 12:@
  158. 13:1;6
  159. :LHARC
  160. 00:LZH
  161. 01:lharc u -am
  162. 02:lharc a -apm
  163. 03:lharc e -wm 
  164. 04:lharc e -wm 
  165. 05:lharc m -am
  166. 06:lharc m -am 
  167. 07:lharc d -mm 
  168. 08:
  169. 09:
  170. 10:
  171. 11:00
  172. 12:
  173. 13:11,4;1,0;6,0
  174. 14:1
  175.